Click or drag to resize

FolderQueryTraversal Enumeration

Identifies the types of subtree traversals for deletion and enumeration.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum FolderQueryTraversal
Members
  Member nameValueDescription
Shallow0 Searches only the identified folder and returns only the folder IDs for items that have not been deleted.
Deep1 Searches in all subfolders of the identified parent folder and returns only the folder IDs for items that have not been deleted.
SoftDeleted2 Performs a shallow traversal search for soft deleted items
See Also